home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / the_independent.swf / scripts / DefineSprite_181_openSplash / frame_5 / DoAction.as
Text File  |  2011-08-19  |  315b  |  15 lines

  1. length = 95;
  2. nullpos = _Y;
  3. top = 125;
  4. left = 334;
  5. right = 334;
  6. bottom = 134 + length;
  7. koeficient = length / (this.window._height - length - 1.5 * _height);
  8. this.window._y = this.nullpos - (_Y - 0) / koeficient;
  9. stop();
  10. backBT.onRelease = function()
  11. {
  12.    _parent.playFX("click");
  13.    gotoAndStop(1);
  14. };
  15.